projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
efa4bd0
a79c7ea
)
Auto merge of #1368 - cyndis:lto-dyn, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 2 Mar 2015 22:15:51 +0000
(22:15 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 2 Mar 2015 22:15:51 +0000
(22:15 +0000)
When building host code, -C prefer-dynamic is passed, but that option
is mutually exclusive with -C lto. Thus when LTO is specified, rustc
errors out.
Trivial merge